Skip to content

Commit 764b51f

Browse files
committed
Release llamafile v0.9.2
1 parent 11fe18e commit 764b51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llamafile/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define LLAMAFILE_MAJOR 0
44
#define LLAMAFILE_MINOR 9
5-
#define LLAMAFILE_PATCH 1
5+
#define LLAMAFILE_PATCH 2
66
#define LLAMAFILE_VERSION \
77
(100000000 * LLAMAFILE_MAJOR + 1000000 * LLAMAFILE_MINOR + LLAMAFILE_PATCH)
88

0 commit comments

Comments
 (0)